Click or drag to resize

ServiceFindMessageTrackingReport Method (MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String)

Finds messages that meet the specified criteria.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FindMessageTrackingReportResponse FindMessageTrackingReport(
	MessageTrackingScope scope,
	string domain,
	Mailbox sender,
	Mailbox purportedSender,
	Mailbox recipient,
	string subject
)

Parameters

scope
Type: Independentsoft.ExchangeMessageTrackingScope
The scope.
domain
Type: SystemString
The domain.
sender
Type: Independentsoft.ExchangeMailbox
The sender.
purportedSender
Type: Independentsoft.ExchangeMailbox
The purported sender.
recipient
Type: Independentsoft.ExchangeMailbox
The recipient.
subject
Type: SystemString
The subject.

Return Value

Type: FindMessageTrackingReportResponse
FindMessageTrackingReportResponse.
See Also